ExecuteArray(Int32,Int64[]) Method
Executes SQL statement specified number of times. Returns the numbers of rows affected for each array element in its out parameter. Supported only for Oracle 12c Release 1 (12.1) - both server and client.
'Declaration
Public Overloads Function ExecuteArray( _
ByVal As Integer, _
ByRef () As Long _
) As Integer
public int ExecuteArray(
int ,
out long[]
)
Parameters
- iters
- Number of times to execute SQL statement.
- rowsAffected
- Returns the numbers of rows affected for each array element.
Return Value
The return value is the number of rows affected by the statement.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2